UInt16NINumericUInt16NLogicalAnd Method
Computes the bitwise logical AND of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt16N INumeric<UInt16N>.LogicalAnd(
UInt16N value
)
Private Function LogicalAnd (
value As UInt16N
) As UInt16N Implements INumeric(Of UInt16N).LogicalAnd
private:
virtual UInt16N LogicalAnd(
UInt16N value
) sealed = INumeric<UInt16N>::LogicalAnd
private abstract LogicalAnd :
value : UInt16N -> UInt16N
private override LogicalAnd :
value : UInt16N -> UInt16N
- value UInt16N
- The value with which to compute the logical bitwise AND.
UInt16NThe bitwise logical AND of the current value and
value.
INumericTSelfLogicalAnd(TSelf)